home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / chat / ircii-2.8he / ircii-2 / help / DIGRAPH < prev    next >
Encoding:
Text File  |  1993-05-04  |  1.7 KB  |  44 lines

  1. Usage: DIGRAPH [-<flag> [<arg0> <arg1> ...]]
  2.   A command for maintaining the internal digraph table.  See
  3.   BIND ENTER_DIGRAPH for information on entering digraphs.
  4.  
  5.   Use the DIGRAPH command without any arguments to display the
  6.   current digraph table.  Note that if you are using a map
  7.   other than Latin-1, (your TRANSLATION variable is set to
  8.   something else than LATIN-1), many characters might be
  9.   converted on the screen to something that your terminal is
  10.   capable of displaying.
  11.  
  12. Available flags:
  13.   -ADD <arg0> <arg1> <arg2>
  14.     Adds a digraph to the table, where <arg0> and <arg1> are the two
  15.     characters that should result in the digraph represented by the
  16.     character <arg2>. The arguments can be given in several formats.
  17.       DIGRAPH -ADD a b c
  18.     will result in a digraph entry for the letter "c", that will be given
  19.     by composing the letters "a" and "b".
  20.       DIGRAPH -ADD a b !c
  21.     would result in a digraph entry for the letter represented by an "a"
  22.     with a tilde above, which is the same as "c" with MSB (bit 8) set in the
  23.     ISO 8859/1 map.  The very same result is achieved with
  24.       DIGRAPH -ADD 61 62 227
  25.     thus giving the values in directly in decimal.
  26.     All modes can be combined.
  27.  
  28.   -REMOVE <arg0> <arg1>
  29.     Removes a digraph entry in the table, in a similar fashion as
  30.     DIGRAPH -ADD.
  31.  
  32.   -CLEAR
  33.     Removes ALL digraph entries from the table.
  34.     Use this command only if you know what you are doing.
  35.     It's primary use is when loading the .ircrc file.
  36.  
  37.   If you do any changes in the digraph table, using -ADD,
  38.   -REMOVE or -CLEAR flags, they will be recorded in your .ircrc
  39.   file if you chose to save it.
  40.  
  41. See Also:
  42.   BIND ENTER_DIGRAPH
  43.   SET TRANSLATION
  44.